Docker fix: Update bazel-lib to latest version #14579
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
Fix
What does this PR do? Why is it needed?
Some deb files are now returning a 404. These dependencies are updated to resolve the issue.
Which issues(s) does this PR fix?
There were two issues:
Other notes for review
Some breaking changes are addressed from rules_oci including the compression on pkg_tar.Additionally, I've made a note about experiencing a 401 Unauthorized issue when downloading the distroless/cc-debian11 base images.
I revert the proposed changes to update rules_oci. They removed the cURL fallback in v2.0 and now oci_pull completely fails in CI. I've asked for a workaround here: bazel-contrib/rules_oci#456 (comment)
This closed issue is also related: bazel-contrib/rules_oci#292
Acknowledgements